home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / func / acx next >
Encoding:
Text File  |  1993-01-31  |  104 b   |  7 lines

  1. #! /bin/sh
  2. #
  3. # zsh shell function to make its arguments 755
  4. # also works as an sh script
  5. #
  6. chmod 755 $*
  7.